home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / appletalk / netatalk / afs / afsprivsrc.sit.hqx / AFS Privileges 1.50 / xvcb.h < prev   
Encoding:
C/C++ Source or Header  |  1993-09-21  |  2.1 KB  |  46 lines

  1. /*
  2. ****************************************************************************
  3. *Copyright 1992 Regents of The University of Michigan - All Rights Reserved*
  4. *                                                                          *
  5. * Permission to use, copy, modify, and distribute this software and its    *
  6. * documentation for any purpose and without fee is hereby granted,         *
  7. * provided that the above copyright notice appears in all copies and that  *
  8. * both that copyright notice and this permission notice appear in          *
  9. * supporting documentation, and that the name of The University of Michigan*
  10. * not be used in advertising or publicity pertaining to distribution of    *
  11. * the software without specific, written prior permission. This software   *
  12. * is supplied as is without expressed or implied warranties of any kind.   *
  13. *                                                                          *
  14. *            Center for Information Technology Integration                 *
  15. *                  Information Technology Division                         *
  16. *                     The University of Michigan                           *
  17. *                       519 W. William Street                              *
  18. *                     Ann Arbor, Michigan 48103                            *
  19. *                         +1 313-764-5440                                  *
  20. *                       FAX: +1 313-764-4434                               *
  21. *                        info@citi.umich.edu                               *
  22. *                                                                          *
  23. ****************************************************************************
  24. */
  25.  
  26. /* Structure for Volume Control Blocks... stolen from mcs@terminator.cc.umich.edu */
  27.  
  28. typedef struct {
  29.     VCB        xvcb;
  30.     short        xvjunk1;
  31.     short        xvjunk2;
  32.     short        xvSRefNum;
  33.     short        xvServerVol;
  34.     AddrBlock    xvServerAddr;
  35.     short        xvjunk4;
  36.     short        xvjunk5;
  37.     short        xvjunk6;
  38.     short        xvjunk7;
  39.     char        xvjunk8;
  40.     unsigned char    xvLoginMethod;
  41.     char        xvUserName[32];
  42.     char        xvjunk9[64];
  43.     long        xvLocalHand;
  44.     char        xvjunk10[260];
  45.     char        xvFindWhere[64];
  46. } xVCB;